"subtle inviting easy on the eyes" shadcn/ui theme

soft
calm
inviting
subtle
harmonious
soothing
balanced
gentle
natural
serene

Shadcn/ui Theme Css Variables

name: Serene Horizonkeyword: subtle inviting easy on the eyes views: 10

:root {
  --background: 200 60% 90%;
  --foreground: 240 30% 20%;
  --card: 200 50% 85%;
  --card-foreground: 240 30% 20%;
  --popover: 200 55% 88%;
  --popover-foreground: 240 30% 20%;
  --primary: 180 40% 50%;
  --primary-foreground: 0 0% 98%;
  --secondary: 200 30% 70%;
  --secondary-foreground: 240 30% 20%;
  --muted: 200 20% 75%;
  --muted-foreground: 240 20% 30%;
  --accent: 160 40% 60%;
  --accent-foreground: 240 30% 20%;
  --destructive: 0 60% 50%;
  --destructive-foreground: 0 0% 98%;
  --border: 200 30% 70%;
  --input: 200 30% 70%;
  --ring: 180 40% 50%;
  --radius: 0.75rem;
  --chart-1: 180 40% 50%;
  --chart-2: 160 40% 60%;
  --chart-3: 200 50% 70%;
  --chart-4: 140 40% 65%;
  --chart-5: 120 30% 60%;
}